* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: .34rem;
    line-height: .6rem;
    color: #0c2136;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.banner {
    background: url("../images/banner_m.jpg") no-repeat;
    width: 100%;
    height: 140vw;
    background-size: 100% 100%;
}

.main {
    background: #D4E2F7;
    padding-bottom: 6vw;
}

.main .part1 {
    background: url("../images/bg_part1.jpg") no-repeat top center #D4E2F7;
    width: 100%;
    background-size: 100% auto;
}

.main .part3 {
    background: url("../images/bg_part3.jpg") no-repeat bottom center #D4E2F7;
    width: 100%;
    padding: 0 0 10vw;
    background-size: 100% auto;
}

.main .nav{
    background: rgba(39,74,188,0.8);
    height: 1rem;
    width: 100%;
    line-height: 1rem;
    font-size: .38rem;
    color: #ffffff;
}
.main .nav ul{
    overflow: scroll;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

.main ul li{
    display: inline-block;
    margin:0 .2rem;
}

.main .section {
    width: 94%;
    margin: 1rem auto;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(115, 135, 201, 0.6);
    border-radius: 10px;
}

.main .section.bqsm {
    margin-bottom: 0;
}

.main .section .title {
    background: url("../images/title_bg.png");
    width: 60%;
    height: 1.2rem;
    line-height: 1rem;
    background-size: 100% 100%;
    text-align: center;
    color: #ffffff;
    font-size: .42rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: -.4rem auto 0;
}

.main .section .content {
    background: rgba(155, 189, 255, 0.4);
    border-radius: 16px;
    width: 94%;
    padding: .3rem 0;
    margin: .3rem auto;
}

.main .section .content:nth-child(2) {
    margin: -.5rem auto .3rem;
    padding: .5rem 0 .3rem;
}

.main .section .content .subtitle {
    background: linear-gradient(#0445e8, #3f58ed);
    padding: 0 .2rem;
    color: #ffffff;
    margin-left: -.3rem;
    border-radius: .3rem 0 .3rem 0;
    display: inline-block;
    line-height: .5rem;
    margin-bottom: .24rem;
}

.main .section .content p {
    width: 92%;
    text-align: justify;
    margin: 0 auto;
}

.main .section .content.hdsj p{
    line-height: .7rem;
    position: relative;
}
.main .section .content.hdsj p span.line{
    width: 1px;
    height: 1.4rem;
    display: block;
    position: absolute;
    top: -0.3rem;
    left: 0.1rem;
    border-left: 1px dashed #415ca7;
}
.main .section .content.hdsj p i {
    width: .2rem;
    height: .2rem;
    display: inline-block;
    margin-right: .15rem;
    background: url("../images/hdsj.png") no-repeat center center;
    background-size: 100% 100%;
}

.main .section .content p span {
    font-weight: bold;
    color: #184bea;
}

.main .section .content img.ewm {
    display: block;
    margin: .5rem auto;
    width: 50%;
}

.main .section .content h4 {
    font-weight: bold;
    font-size: .4rem;
    text-align: center;
    margin-bottom: .2rem;
}

.main .section .content .prize {
    margin: .2rem auto;
    width: 94%;
}

.main .section .content .prize .icon {
    width: 5vw;
    height: 5vw;
    background: url("../images/prize.png") no-repeat center right;
    background-size: 100% auto;
    margin: .1rem 0 0 .2rem;
}

.main .section .content .prize .right {
    width: 90%;
}

.main .section .content .prize p span {
    color: #0c2136;
}
.main .section .content .prizePic{
    width: 94%;
    margin: 0 auto;
}
.main .section .content .prizePic .pic{
    width: 50%;

}

.main .section .content .prizePic img{
    width: 94%;
    margin: .2rem auto .1rem;
    display: block;
}

.main .section .content .prizePic p{
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

.fudong{
    position: fixed;
    right: 2vw;
    bottom: 2vw;
}

.fudong a{
    line-height: .38rem;
    text-align: center;
    height: .8rem;
    width: .8rem;
    padding: 0.18rem .15rem .12rem;
    font-size: .3rem;
    border-radius: .8rem;
    color: #ffffff;
    display: block;
    margin: .1rem 0;
    border: 3px solid rgba(255,255,255,0.8);
}

.fudong a.ljcy{
    background: rgba(0,83,255,0.8);
}

.fudong a.top{
    background: rgba(57,76,255,0.8);
}